home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / trout.dir / 00024_next.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  284 b   |  17 lines

  1. on mouseDown
  2.   global myLine, csn
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   if myLine = csn then
  7.     exit
  8.   end if
  9.   set the castNum of sprite 6 to 34
  10.   set myLine to myLine + 1
  11.   buttonsUp()
  12.   setVid()
  13.   set the castNum of sprite 6 to 24
  14.   updateStage()
  15.   puppetSprite(6, 1)
  16. end
  17.